Welcome![Sign In][Sign Up]
Location:
Search - raw sock

Search list

[Other resourceWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692344 | Author: 楼洛阳 | Hits:

[ADO-ODBCOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP / IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP / IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10687 | Author: wq57 | Hits:

[TCP/IP stackTCPIPprotocolren

Description: TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.7 错误处理函数 8.8 Winsock 2支持的其他函数 本章小结 习题 第9章 高级网络编程API 9.1 MFC提供的Winsock类 9.2 信报API(MAPI) 9.3 WinInet API 9.4 其他网络程序设计API 本章小结 习题 第10章 网络程序设计实例 10.1 使用Winsock API设计网络程序的实例 10.2 使用MFC类库进行网络程序设计的实例 10.3 基于WinInet API的客户程序编写实例 10.4 原始套接口(SOCK-RAW)程序设计实例 10.5 广播通信与组播通信程序设计实例 习题
Platform: | Size: 4900524 | Author: wu | Hits:

[Linux-Unixsockraw9

Description: 一个基于linux平台下利用SOCK raw 通信的例子 很好哦
Platform: | Size: 407079 | Author: lv min qiang | Hits:

[Windows Develop多线程TCPIP 服务器RawSocketServerExample.ZIP

Description: 参考源码,学习例子-reference source, study examples
Platform: | Size: 36864 | Author: | Hits:

[Internet-NetworkSOCK_RAW

Description: 用SOCK_RAW编写的ping程序 C++语言 只有简单的ping功能-SOCK_RAW prepared using ping procedures C++ Language only simple ping function
Platform: | Size: 1020928 | Author: 果汁红 | Hits:

[TCP/IP stackTCPIPprotocolren

Description: TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.7 错误处理函数 8.8 Winsock 2支持的其他函数 本章小结 习题 第9章 高级网络编程API 9.1 MFC提供的Winsock类 9.2 信报API(MAPI) 9.3 WinInet API 9.4 其他网络程序设计API 本章小结 习题 第10章 网络程序设计实例 10.1 使用Winsock API设计网络程序的实例 10.2 使用MFC类库进行网络程序设计的实例 10.3 基于WinInet API的客户程序编写实例 10.4 原始套接口(SOCK-RAW)程序设计实例 10.5 广播通信与组播通信程序设计实例 习题-err
Platform: | Size: 4899840 | Author: wu | Hits:

[Windows Developipv6

Description: vc下的socket编程,ipv6测试程序示例。-vc socket under the program, ipv6 test program example.
Platform: | Size: 8232960 | Author: rainov | Hits:

[Internet-Networkrawsocket5.c

Description: raw sock example_5. file name is rawsocket5.c.
Platform: | Size: 1024 | Author: kimeunju | Hits:

[CommunicationSendPack

Description: 定制包头包发送器参考代码,RAW SOCK实现。-raw sock ip/tcp pack sender
Platform: | Size: 2048 | Author: ttttttttt | Hits:
« 1 2»

CodeBus www.codebus.net